home *** CD-ROM | disk | FTP | other *** search
/ Java Certification Exam Guide / McGrawwHill-JavaCertificationExamGuide.iso / pc / Web Links and Code / code / chap27 / FileHeader.java < prev    next >
Encoding:
Text File  |  1997-04-20  |  68 b   |  5 lines

  1. class FileHeader {
  2.    int totalRecords;
  3.    int numPassengers;
  4. }
  5.